.
C# Signature:
[DllImport("winscard.dll")]
static extern int SCardTransmit(int hCard, ref SCARD_IO_REQUEST pioSendPci, byte[] pbSendBuffer, int cbSendLength, IntPtr pioRecvPci, byte[] pbRecvBuffer, ref int pcbRecvLength);
User-Defined Types:
None.
Notes:
None.
Tips & Tricks:
Please add some!
Sample Code:
Please add some!
Alternative Managed API:
TODO
The SCardTransmit function sends a service request to the smart card and expects to receive data back from the card.
12/17/2015 2:53:28 AM - -88.98.38.185